From: Felix Fietkau Date: Sat, 13 Sep 2008 22:03:39 +0000 (+0000) Subject: pygtk requires python 2.5 X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=80e9591aa8c83c384154a31a6e61c76578bb1e71;p=openwrt%2Fsvn-archive%2Fpackages.git pygtk requires python 2.5 SVN-Revision: 12606 --- diff --git a/lang/pygtk/Makefile b/lang/pygtk/Makefile index 9c978857b..1906aef6b 100644 --- a/lang/pygtk/Makefile +++ b/lang/pygtk/Makefile @@ -57,3 +57,6 @@ $(eval $(call BuildPackage,python-gtk)) $(eval $(call RequireCommand,pygtk-codegen-2.0, \ Please install the pygtk 2.0 development package \ )) +$(eval $(call RequireCommand,python2.5, \ + Please install Python 2.5 \ +))